object InstallForm: TInstallForm Left = 406 Top = 207 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Directories Setup' ClientHeight = 346 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 296 Width = 390 Height = 2 Shape = bsTopLine end object cbMakeDT: TCheckBox Left = 16 Top = 220 Width = 385 Height = 17 Caption = 'Create shortcut on the Windows &Desktop' TabOrder = 4 end object cbMakeStart: TCheckBox Left = 16 Top = 244 Width = 385 Height = 17 Caption = 'Create shortcut in Start &Menu' TabOrder = 5 OnClick = cbMakeStartClick end object gStart: TGroupBox Left = 8 Top = 156 Width = 393 Height = 53 Caption = '&Create Shortcut in Start Menu at' TabOrder = 3 object eGroup: TEdit Left = 8 Top = 20 Width = 237 Height = 21 TabStop = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 0 end object bChangeStart: TButton Left = 300 Top = 16 Width = 83 Height = 25 Caption = 'Change...' TabOrder = 1 OnClick = bChangeStartClick end end object bOK: TButton Left = 160 Top = 312 Width = 89 Height = 25 Caption = '&Next >' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 264 Top = 312 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 12 Width = 393 Height = 139 Caption = 'By default, store My E-Mail Data in...' TabOrder = 2 object eWDir: TEdit Left = 16 Top = 104 Width = 273 Height = 21 TabStop = False TabOrder = 4 OnChange = eWDirChange end object bChDir: TButton Left = 300 Top = 102 Width = 83 Height = 25 Caption = 'Change...' TabOrder = 5 OnClick = bChDirClick end object rbDefaultData: TRadioButton Left = 16 Top = 22 Width = 361 Height = 17 Caption = 'Default &Application Data Folder' Checked = True TabOrder = 0 TabStop = True OnClick = rbDefaultDataClick end object rbAllUsers: TRadioButton Left = 16 Top = 42 Width = 361 Height = 17 Caption = 'Default data &folder available for all users of this PC' TabOrder = 1 OnClick = rbAllUsersClick end object rbCustomDir: TRadioButton Left = 16 Top = 82 Width = 361 Height = 17 Caption = '&User-defined directory' TabOrder = 3 OnClick = rbCustomDirClick end object rbProgramDir: TRadioButton Left = 16 Top = 62 Width = 361 Height = 17 Caption = 'The Mail sub-folder of the &Program Folder' TabOrder = 2 OnClick = rbProgramDirClick end end object cbAddSendTo: TCheckBox Left = 16 Top = 268 Width = 385 Height = 17 Caption = 'Add The Bat! to "&Send To" menu' Checked = True State = cbChecked TabOrder = 6 end object bBack: TButton Left = 64 Top = 312 Width = 89 Height = 25 HelpContext = 12006 Caption = '< &Back' Enabled = False TabOrder = 7 end end